home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Catch That Kid Press Kit
/
Catch That Kid Press Kit.iso
/
pc
/
main.dxr
/
Internal_13.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-12-23
|
243 b
|
11 lines
global gCurrentFlashPaper
on exitFrame me
gCurrentFlashPaper = "FP_Production"
vList = [22, 23, 24]
repeat with x = 1 to vList.count
sprite(vList[x]).visible = 1
end repeat
sendSprite(19, #mSetCorrectly, gCurrentFlashPaper)
end